home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / gadget / r3llaycy.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.5 KB  |  65 lines

  1.  
  2. // JavaScript wrapper for r3llaycy.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_R3LISTLAYERCYCLE_H = 1;
  7. include("oops/r3gadget.js")
  8.  
  9.  
  10. var R3CLID_LISTLAYERCYCLE = 246;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3LLCA_Active = 246500;
  19. function SetR3LLCA_Active(value) {
  20.   R3Set(this.r3obj, R3LLCA_Active, value, R3TID_INTEGER, 0); 
  21. }
  22.  
  23. function GetR3LLCA_Active() {
  24.   return R3Get(this.r3obj, R3LLCA_Active, R3TID_INTEGER, 0); 
  25. }
  26.  
  27. R3LLCA_ActiveByLabel = 246501;
  28. function SetR3LLCA_ActiveByLabel(value) {
  29.   R3Set(this.r3obj, R3LLCA_ActiveByLabel, value, R3TID_STRING, 0); 
  30. }
  31.  
  32. function GetR3LLCA_ActiveByLabel() {
  33.   return R3Get(this.r3obj, R3LLCA_ActiveByLabel, R3TID_STRING, 0); 
  34. }
  35.  
  36. R3LLCA_AddNoneSelection = 246502;
  37. function SetR3LLCA_AddNoneSelection(value) {
  38.   R3Set(this.r3obj, R3LLCA_AddNoneSelection, value, R3TID_INTEGER, 0); 
  39. }
  40.  
  41. R3LLCA_FilterMethod = 246504;
  42. function SetR3LLCA_FilterMethod(value) {
  43.   R3Set(this.r3obj, R3LLCA_FilterMethod, value, R3TID_INTEGER, 0); 
  44. }
  45.  
  46.  
  47.  
  48. function r3Listlayercycle () { 
  49.    this.base = r3God;
  50.    if(arguments.length) {
  51.       this.base(R3CLID_LISTLAYERCYCLE, arguments);
  52.    }
  53.    // Methods
  54.  
  55.    // Attributes
  56.    this.GetActive=GetR3LLCA_Active;
  57.    this.SetActive=SetR3LLCA_Active;
  58.    this.GetActiveByLabel=GetR3LLCA_ActiveByLabel;
  59.    this.SetActiveByLabel=SetR3LLCA_ActiveByLabel;
  60.    this.SetAddNoneSelection=SetR3LLCA_AddNoneSelection;
  61.    this.SetFilterMethod=SetR3LLCA_FilterMethod;
  62. }
  63.  
  64. r3Listlayercycle.prototype=new r3Gadget;
  65. // r3llaycy.h_H